home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / adlibn / formcust.h < prev    next >
C/C++ Source or Header  |  1998-12-23  |  2KB  |  66 lines

  1. #if !defined(AFX_FORMCUST_H__34684774_9B0E_11D2_A051_204C4F4F5020__INCLUDED_)
  2. #define AFX_FORMCUST_H__34684774_9B0E_11D2_A051_204C4F4F5020__INCLUDED_
  3.  
  4. #if _MSC_VER > 1000
  5. #pragma once
  6. #endif // _MSC_VER > 1000
  7. // FormCust.h : header file
  8. //
  9.  
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CFormCust form view
  12.  
  13. #ifndef __AFXEXT_H__
  14. #include <afxext.h>
  15. #endif
  16.  
  17. class CFormCust : public CDBForm
  18. {
  19. protected:
  20.     CFormCust();           // protected constructor used by dynamic creation
  21.     DECLARE_DYNCREATE(CFormCust)
  22.  
  23. // Form Data
  24. public:
  25.     //{{AFX_DATA(CFormCust)
  26.     enum { IDD = IDD_FORM_CUST };
  27.         // NOTE: the ClassWizard will add data members here
  28.     //}}AFX_DATA
  29.  
  30. // Attributes
  31. public:
  32.  
  33. // Operations
  34. public:
  35.  
  36. // Overrides
  37.     // ClassWizard generated virtual function overrides
  38.     //{{AFX_VIRTUAL(CFormCust)
  39.     public:
  40.     virtual void OnInitialUpdate();
  41.     protected:
  42.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  43.     //}}AFX_VIRTUAL
  44.  
  45. // Implementation
  46. protected:
  47.     virtual ~CFormCust();
  48. #ifdef _DEBUG
  49.     virtual void AssertValid() const;
  50.     virtual void Dump(CDumpContext& dc) const;
  51. #endif
  52.  
  53.     // Generated message map functions
  54.     //{{AFX_MSG(CFormCust)
  55.         // NOTE - the ClassWizard will add and remove member functions here.
  56.     //}}AFX_MSG
  57.     DECLARE_MESSAGE_MAP()
  58. };
  59.  
  60. /////////////////////////////////////////////////////////////////////////////
  61.  
  62. //{{AFX_INSERT_LOCATION}}
  63. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  64.  
  65. #endif // !defined(AFX_FORMCUST_H__34684774_9B0E_11D2_A051_204C4F4F5020__INCLUDED_)
  66.